Cloud object storage with native MCP interface. AI agents like Claude autonomously save and retrieve files via 14 MCP tools. Memory persists across sessions. Web dashboard with file manager, folder sharing, and full-text search. OAuth 2.0 + API Token auth. Free tier: 10GB storage.
概览
mcp.gd — Persistent Memory for Your AI
Give your AI agents persistent memory across sessions via MCP.
Features
- 14 MCP Tools: store_text, get_file, list_files, create_folder, move_file, delete_file, and more
- Cross-session Memory: Files persist beyond context windows — carry project context across sessions
- OAuth 2.0 + API Token: Auto OAuth for browsers, Personal Access Tokens for VPS/CI
- Web Dashboard: File manager with drag-and-drop upload, full-text search, folder sharing, README rendering
- Large File Support: Up to 100GB per file, no storage cap
- Team Features: Multi-member teams with role-based access (Business plan)
Quick Start
- Sign up at mcp.gd
- Generate a Personal Access Token in Settings
- Add to your MCP client config:
{
"mcpServers": {
"mcp-gd": {
"url": "https://mcp.gd/mcp/sse",
"headers": {
"Authorization": "Bearer mcp_YOUR_TOKEN"
}
}
}
}
Pricing
┌──────────┬─────────┬─────────┬─────────┐
│ Plan │ Price │ Storage │ Traffic │
├──────────┼─────────┼─────────┼─────────┤
│ Free │ $0/mo │ 10 GB │ 10 GB │
├──────────┼─────────┼─────────┼─────────┤
│ Starter │ $5/mo │ 100 GB │ 100 GB │
├──────────┼─────────┼─────────┼─────────┤
│ Pro │ $15/mo │ 1 TB │ 1 TB │
├──────────┼─────────┼─────────┼─────────┤
│ Business │ $100/mo │ 10 TB │ 10 TB │
└──────────┴─────────┴─────────┴─────────┘
Available MCP Tools
┌──────────────────────┬───────────────────────────────────────┐
│ Tool │ Description │
├──────────────────────┼───────────────────────────────────────┤
│ store_text │ Save text content as a file │
├──────────────────────┼───────────────────────────────────────┤
│ upload_file │ Upload binary files │
├──────────────────────┼───────────────────────────────────────┤
│ get_file │ Retrieve file content by ID │
├──────────────────────┼───────────────────────────────────────┤
│ list_files │ List files with search and pagination │
├──────────────────────┼───────────────────────────────────────┤
│ delete_file │ Delete a file │
├──────────────────────┼───────────────────────────────────────┤
│ create_folder │ Create a new folder │
├──────────────────────┼───────────────────────────────────────┤
│ list_folder_contents │ List folder contents │
├──────────────────────┼───────────────────────────────────────┤
│ move_file │ Move or rename a file │
├──────────────────────┼───────────────────────────────────────┤
│ copy_file │ Copy a file │
├──────────────────────┼───────────────────────────────────────┤
│ get_quota │ Check storage quota │
├──────────────────────┼───────────────────────────────────────┤
│ search_files │ Full-text search across files │
├──────────────────────┼───────────────────────────────────────┤
│ faceted_search │ Search with filters │
├──────────────────────┼───────────────────────────────────────┤
│ get_file_metadata │ Get file metadata │
├──────────────────────┼───────────────────────────────────────┤
│ batch_delete │ Delete multiple files │
└──────────────────────┴───────────────────────────────────────┘
Website: https://mcp.gd
服务器配置
{
"mcpServers": {
"mcp-gd": {
"url": "https://mcp.gd/mcp/sse",
"headers": {
"Authorization": "Bearer mcp_gd_YOUR_TOKEN_HERE"
}
}
}
}